You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TRandomGenerator Class > TRandomGenerator Methods > TRandomGenerator.Init Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TRandomGenerator.Init Method

Initializes random generator.

Syntax
C#
Visual Basic
public void Init([In] TBasicRandomGenerator aBasicRngType, [In] int aSeed);

Initializes random generator by specifying the basic random generator and a seed for the generator. Typical value for aSeed is 1.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!